home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
frame_1179
/
PlaceObject2_1055_83
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
364 b
|
20 lines
onClipEvent(enterFrame){
_visible = this.hitTest(_root.mascara);
_X = _X - heroe.scrollspeed;
if(mover)
{
_Y = _Y + dy;
c--;
if(!this.hitTest(_root.mascara) || c <= 0)
{
mover = false;
borrar = true;
}
}
if(borrar)
{
this.removeMovieClip();
borrar = false;
}
}